home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GZP124BN.ZIP / diffs / gzip-124 / getopt.c
Text File  |  1993-11-28  |  745b  |  20 lines

  1. *** orig/gzip-124/getopt.c    Sun Aug 29 17:30:38 1993
  2. --- src/gzip-124/getopt.c    Sun Aug 29 17:30:46 1993
  3. ***************
  4. *** 172,178 ****
  5.   #if __STDC__ || defined(PROTO)
  6.   extern char *getenv(const char *name);
  7.   extern int  strcmp (const char *s1, const char *s2);
  8. ! extern int  strncmp(const char *s1, const char *s2, int n);
  9.   
  10.   static int my_strlen(const char *s);
  11.   static char *my_index (const char *str, int chr);
  12. --- 172,178 ----
  13.   #if __STDC__ || defined(PROTO)
  14.   extern char *getenv(const char *name);
  15.   extern int  strcmp (const char *s1, const char *s2);
  16. ! extern int  strncmp(const char *s1, const char *s2, size_t n);
  17.   
  18.   static int my_strlen(const char *s);
  19.   static char *my_index (const char *str, int chr);
  20.